fix: improve footer icons layout on mobile devices#6755
Conversation
Signed-off-by: Aditya <aaaditya1909@gmail.com>
There was a problem hiding this comment.
please add a video or a screenshot of the change @A-d-i-t-y
|
Hi @rahulshendre, Here is the before screenshot showing the broken footer layout on mobile:
The fix changes:
I am working on setting up the local Hugo server to provide an after screenshot as well. Will update shortly. |
|
Hi @rahulshendre, Please find the before and after screenshots below: Before: Footer icons were stacked in 3 rows and breaking on mobile screens.
After: Footer icons are now properly aligned in a clean 2-column layout on mobile.
Let me know if any further changes are needed! |
There was a problem hiding this comment.
Hey @A-d-i-t-y, both divs on lines 11 and 17 are being closed immediately which pushes the CNCF logo and icons outside the div structure and may break the layout, please fix the placement and push the changes
Also could you please add a screen recording of the UI change?
We don't have live preview for docs yet so it helps a lot in reviewing.
Thanks!
Signed-off-by: Aditya <aaaditya1909@gmail.com>
|
Hi @rahulshendre, Please find the before and after recordings below: Before: Icons were stacked in 3 rows and breaking on mobile Screen.Recording.2026-05-12.051247.mp4After: Icons are now properly aligned in a single row on mobile Screen.Recording.2026-05-12.051537.mp4Also fixed the div placement issue as requested. |



What this PR does
Fixes the footer icons layout that breaks on small screens / mobile devices.
Which issue this fixes
Fixes #6510
Changes
col-4tocol-12 col-sm-4so footer icons take full width on mobilecol-8tocol-12 col-sm-8so CNCF logo section also wraps correctly on mobileflex-wrapto prevent icons from overflowing on small screensDoes this PR introduce a user-facing change?
Yes — footer now displays correctly on mobile devices.